home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / findt110.arc / FINDTYPE.DOC < prev    next >
Text File  |  1990-10-29  |  70KB  |  1,854 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                       FINDTYPE.DOC
  10.  
  11. Companion document file for FINDTYPE.EXE version 1.1
  12.  
  13. The FINDTYPE.EXE program is designed to aid in the integration of
  14. a Seagate disc drive into an AT compatible computer system.
  15.  
  16. This program is designed to benefit those without an extensive
  17. technical background as well as those more experienced systems
  18. integrators.
  19.  
  20. ---------------------------------------
  21.  
  22. DISCLAIMER
  23.  
  24. This software is provided, as-is, without warranty of any kind,
  25. either expressed or implied, including, but not limited to, the
  26. implied warranties of merchantability and fitness for a particular
  27. purpose.  In no event shall Seagate Technology, Inc., be held liable
  28. for any loss of profit or any other commercial damage, including but
  29. not limited to special, incidental, or other damages.
  30.  
  31. Seagate Technology, Inc., retains all rights to the FINDTYPE Program
  32. but does grant the right to make unlimited, unaltered copies of the
  33. FINDTYPE program provided there is no charge to the users.
  34.  
  35. The three files you should have found within FINDT110.ZIP are:
  36.  
  37.     FINDTYPE.EXE    the executable program
  38.     FINDTYPE.DOC    the accompaying document file
  39.     DRIVETYP.TXT    a short text file essay on drive types settings
  40.  
  41. Thank you for your interest in Seagate Technology, Inc.'s FINDTYPE
  42. software.  Please submit your comments and suggestions to the
  43. following address:
  44.  
  45.                 Seagate Technology, Inc.
  46.                 P. O. Box 66360
  47.                 Att: Technical Support
  48.                 Scotts Valley, Ca. 95067-0360
  49.  
  50. For Seagate Technical Support Bulletin Board:
  51. (408)438-8771 [300-9600 HST, MNP 3/5, N-8-1]
  52.  
  53. ---------------------------------------
  54. Swift, Elite, Sabre, MacWren, Wren Runner, Zone Bit Recording,
  55. ZBR, FSD, RSD and FINDTYPE are trademarks of Seagate Technology,
  56. Inc.
  57.  
  58. Seagate, Seagate Technology, Wren and the Seagate logo are
  59. registered trademarks of Seagate Technology, Inc.
  60.  
  61. IBM PC/XT/AT, and PC-DOS are registered trademarks of
  62. International Business Machines Corporation.
  63.  
  64. MS-DOS is a registered trademark of Microsoft Corporation.
  65.  
  66. DISK MANAGER is a registered trademark of ONTRACK Computer
  67. Systems, Inc.
  68.  
  69.  
  70. All registered trademarks and unregistered trademarks are the
  71. sole property of their respective companies.
  72.  
  73. ====================================================================
  74.  
  75.                          DESCRIPTION
  76.  
  77.  
  78.  
  79. The purpose of this program is to allow a systems integrator to
  80. install a Seagate disc drive into any AT type computer. The
  81. program reads the system BIOS to determine which drive types are
  82. supported. If an exact match is found, the program will display
  83. the correct type so that this information may be used in the
  84. computer's setup program (SEE EXAMPLE 1).
  85.  
  86. If an exact match is not found, the program will scan the BIOS
  87. and select a drive type which will most efficiently use the
  88. capacity of the drive being installed. It will also calculate the
  89. percentage of utilization with the selected drive type (see
  90. EXAMPLE 2). The precompensation start track and reduced write
  91. current start track are also compared and if an exact match
  92. cannot be found, the closest one will be selected.
  93.  
  94. Some BIOS will support a custom or user defined drive type. This
  95. allows the user to input the number of cylinders, heads and
  96. sectors. This CUSTOM drive type may be used when the closest type
  97. supported by the BIOS gives less than 100% utilization of the
  98. drive. The program has the ability to scan the BIOS for support
  99. of CUSTOM drive type. If that support is detected, you will be
  100. prompted to that effect. However, refer to the documentation for
  101. your computer to verify that support and for drive parameter
  102. entry instructions (SEE EXAMPLE 3).
  103.  
  104. When installing AT interface (IDE) drives with more than 1024
  105. cylinders, using a BIOS that supports a custom drive type, the
  106. program can calculate the optimum standard parameters for the
  107. drive being installed. This is accomplished by typing "CUSTOM" on
  108. the command line after "FINDTYPE" then the Seagate drive model
  109. number (SEE EXAMPLE 4).
  110.  
  111. If you are installing a drive which is not supported by the BIOS,
  112. and the BIOS does not support the CUSTOM or USER DEFINED drive
  113. type, (SEE EXAMPLE 5) you have four options:
  114.  
  115. 1. Use a controller with a ROM Bios on-board that will support
  116. the interface being used.
  117.  
  118. 2. Replace the BIOS with one that supports the drive or that
  119. supports a CUSTOM drive type.
  120.  
  121. 3. Use a third party software package, such as Disk Manager, to
  122. install the drive.
  123.  
  124. 4. Use the closest drive type which is supported by your BIOS and
  125. achieve only partial utilization of the capacity of the drive.
  126.  
  127.  
  128. There are also options which allow the printing of the system
  129. BIOS drive tables (SEE EXAMPLE 6) and a list of parameters for
  130. Seagate drives (SEE EXAMPLE 7).
  131.  
  132. =======================================================
  133.  
  134. =======================================================
  135.  
  136. EXAMPLE 1:
  137.  
  138. THIS IS AN EXAMPLE WHERE THE DRIVE BEING INSTALLED (ST124) IS
  139. SUPPORTED BY THE BIOS OF THE SYSTEM (TYPE 6).
  140.  
  141.  
  142. COMMAND LINE INPUT = FINDTYPE ST124 <RETURN>
  143.  
  144.                       FINDTYPE.EXE  ver 1.1
  145.           (C)opyright 1990 by Seagate Technology, Inc.
  146.  
  147.  
  148.                           Search Drive Parameters
  149.   model    cyls     heads     precomp   LZ     sects    Meg  lba's
  150. ST124      615        4         -1      670      17      20   41820
  151.  
  152.  
  153. Type #                       Best Choice
  154.   6        615        4         -1      615      17      20   41820
  155.  
  156.                       ______________________________________________
  157.                        Total Logical Blocks not accessible =     0
  158.                        Total bytes not accessible          =     0
  159.  
  160. NOTE:    100.00% utilized    0.00% not accessible
  161.  
  162. YOU MUST VERIFY THE DRIVE TYPE NUMBER AND PARAMETERS!
  163. When entering your drive type, double check the parameters, if
  164. they do not match, search the next, or previous type for the
  165. suggested parameters.
  166.  
  167.  
  168. EXAMPLE 2:
  169.  
  170. IN THIS EXAMPLE, THE PROGRAM DOES NOT FIND AN EXACT MATCH FOR THE
  171. ST213 DRIVE BEING INSTALLED. THE PROGRAM SCANS ALL THE DRIVE
  172. TYPES AND DETERMINES THAT THE TYPE 24 IS THE CLOSEST MATCH. BY
  173. USING THIS TYPE ALL BUT 102 LOGICAL BLOCKS (SECTORS) ARE
  174. UTILIZED.
  175.  
  176.  
  177. COMMAND LINE INPUT = FINDTYPE ST213 <RETURN>
  178.  
  179.  
  180.                       FINDTYPE.EXE  ver 1.1
  181.           (C)opyright 1990 by Seagate Technology, Inc.
  182.  
  183.  
  184.                           Search Drive Parameters
  185.   model    cyls     heads     precomp   LZ     sects    Meg  lba's
  186. ST213      615        2        300      670      17      10   20910
  187.  
  188.  
  189. Type #                       Best Choice
  190.   24       612        2         -1      611      17      10   20808
  191.  
  192.                       ______________________________________________
  193.                        Total Logical Blocks not accessible =   102
  194.                        Total bytes not accessible          = 52224
  195.  
  196. NOTE:    99.51% utilized    0.49% not accessible
  197.  
  198. YOU MUST VERIFY THE DRIVE TYPE NUMBER AND PARAMETERS!
  199. When entering your drive type, check the parameters, if they do
  200. not match, search the next, or previous type for the suggested
  201. parameters. If the capacity obtained with the use of this drive
  202. type is not acceptable, you may want to utilize a third party
  203. drive installation program, such as Disk Manager.
  204.  
  205.  
  206. EXAMPLE 3:
  207. IN THIS EXAMPLE, THE PROGRAM DOES NOT FIND AN EXACT MATCH FOR THE
  208. ST238 DRIVE BEING INSTALLED. THE PROGRAM SCANS ALL THE DRIVE
  209. TYPES AND DETERMINES THAT THE TYPE 6 IS THE CLOSEST MATCH. BY
  210. USING THIS TYPE 34.62% OF THE DRIVE WILL BE WASTED. BUT, THE
  211. PROGRAM HAS DETECTED THAT THE BIOS SUPPORTS THE CUSTOM OR USER
  212. DEFINED DRIVE TYPE AND HAS PROMPTED THE OPERATOR TO VERIFY THAT
  213. SUPPORT AND USE THAT OPTION. (SEE EXAMPLE 4 FOR USING THE CUSTOM
  214. ARGUMENT ON THE COMMAND LINE).
  215.  
  216.  
  217. COMMAND LINE INPUT = FINDTYPE ST238 <RETURN>
  218.  
  219.  
  220.                       FINDTYPE.EXE  ver 1.1
  221.           (C)opyright 1990 by Seagate Technology, Inc.
  222.  
  223.  
  224.                           Search Drive Parameters
  225.   model    cyls     heads     precomp   LZ     sects    Meg  lba's
  226. ST238      615        4         -1      670      26      31   63960
  227.  
  228.  
  229. Type #                       Best Choice
  230.    6       615        4         -1      615      17      20   41820
  231.  
  232.                       ______________________________________________
  233.                        Total Logical Blocks not accessible =   22140
  234.                        Total bytes not accessible          =11335680
  235.  
  236. NOTE:    65.38% utilized   34.62% not accessible
  237.  
  238. YOU MUST VERIFY THE DRIVE TYPE NUMBER AND PARAMETERS!
  239. When entering your drive type, check the parameters, if they do
  240. not match, search the next, or previous type for the suggested
  241. parameters. If the capacity obtained with the use of this drive
  242. type is not acceptable, you may want to utilize a third party
  243. drive installation program, such as Disk Manager.
  244.  
  245. ***** Custom or User Defined Type Detected ******
  246.  
  247. ** if verified, use of a custom type would yield maximum capacity
  248. ** RLL controllers usually provide drive type support for drives
  249. with non-standard physical parameters (e.g. # sectors >17).
  250. Please see your interface card manufacturer's manual for further
  251. info. To use the controller board's BIOS you usually set the
  252. cpu's BIOS to drive type 1.
  253.  
  254.  
  255. EXAMPLE 4:
  256. INSTALLING AN IDE DRIVE WITH MORE THAN 1024 CYLINDERS USING THE
  257. CUSTOM OPTION.
  258.  
  259.  
  260. COMMAND LINE INPUT = FINDTYPE CUSTOM ST1126a <RETURN>
  261.  
  262.  
  263.                       FINDTYPE.EXE  ver 1.1
  264.           (C)opyright 1990 by Seagate Technology, Inc.
  265.  
  266.  
  267.                           Search Drive Parameters
  268.   model    cyls     heads     precomp   LZ     sects    Meg  lba's
  269. ST1126a    1072      7          -1      1072      29    106 217616
  270.  
  271.  
  272.                             Custom Type Parameters
  273.   custom   536       14          -1      536      29    106 217616
  274.  
  275.                       ______________________________________________
  276.                        Total Logical Blocks not accessible =   0
  277.                        Total bytes not accessible          =   0
  278.  
  279. NOTE:   100.00% utilized    0.00% not accessible
  280.  
  281. See your computer's setup instructions to enter the above drive
  282. parameters as a Custom or User Defined drive type.  IDE OR AT DRIVES
  283. DO NOT! REQUIRE A CUSTOMER LOW LEVEL FORMAT!
  284. If LOW LEVEL formatted, bad sector mapping information will be lost!
  285.  
  286.  
  287. EXAMPLE 5:
  288. INSTALLING A DRIVE WHICH HAS NO CLOSE MATCH IN THE BIOS TABLE.
  289.  
  290. COMMAND LINE INPUT = FINDTYPE ST1111e <RETURN>
  291.  
  292.  
  293.                       FINDTYPE.EXE  ver 1.1
  294.           (C)opyright 1990 by Seagate Technology, Inc.
  295.  
  296.  
  297.                           Search Drive Parameters
  298.   model    cyls     heads     precomp   LZ     sects    Meg  lba's
  299. ST1111e    1072      5          -1      1072      36    94  192960
  300.  
  301.  
  302.  Type #                     Best Choice
  303.   27       1024       5         -1      1023      17     42  87040
  304.  
  305.               ______________________________________________________
  306.                  Total Logical Blocks not accessible = 105920
  307.                  Total bytes not accessible          = 54231040
  308.  
  309. NOTE:    45.11% utilized   54.89% not accessible
  310.  
  311. YOU MUST VERIFY THE DRIVE TYPE NUMBER AND PARAMETERS!
  312. When entering your drive type, check the parameters, if they do
  313. not match, search the next, or previous type for the suggested
  314. parameters. If the capacity obtained with this drive type is not
  315. acceptable, you may want to utilize a third party drive
  316. installation program, such as Disk Manager.
  317.  
  318. ESDI controllers usually provide logical translation schemes
  319. where total capacity can be obtained with non-standard physical
  320. parameters (e.g. # cylinders > 1024). Please see your interface
  321. card manufacturer's manual! To use the controller board's BIOS
  322. you must set the cpu's BIOS drive type to 1.
  323.  
  324.  
  325. EXAMPLE 6:
  326.  
  327. PRINTING THE LIST OF DRIVE PARAMETERS SUPPORTED BY THE SYSTEM BIOS
  328. FINDTYPE T or t PRINTS TO THE SCREEN
  329. FINDTYPE PT or pt PRINTS TO THE PRINTER
  330.  
  331.  
  332. COMMAND LINE INPUT = FINDTYPE PT <RETURN>
  333.  
  334.  
  335.                       FINDTYPE.EXE  ver 1.1
  336.           (C)opyright 1990 by Seagate Technology, Inc.
  337.  
  338.  
  339.                            BIOS drive Types
  340.  
  341. Drive                     Write     Landing                   Total
  342. Type    cyls heads       precomp    Zone    sectors   Meg    Sectors
  343. ---------------------------------------------------------------------
  344. 1       306     4        128        305       17       10.7    20808
  345. 2       615     4        300        615       17       21.4    41820
  346. 3       615     6        300        615       17       32.1    62730
  347. 4       940     8        512        940       17       65.5    127840
  348. 5       940     6        512        940       17       49.1    95880
  349. .       .       .        .          .         .        .       .
  350. .       .       .        .          .         .        .       .
  351. .       .       .        .          .         .        .       .
  352. 47      699     7        256        700       17       41      83131
  353.  
  354.  
  355. EXAMPLE 7:
  356.  
  357. PRINTING THE LIST OF SEAGATE DRIVES
  358. FINDTYPE D or d PRINTS TO THE SCREEN
  359. FINDTYPE PD or pd PRINTS TO THE PRINTER
  360.  
  361.  
  362.  
  363.  
  364. COMMAND LINE INPUT = FINDTYPE PD <RETURN>
  365.  
  366.  
  367.                       FINDTYPE.EXE  ver 1.1
  368.           (C)opyright 1990 by Seagate Technology, Inc.
  369.  
  370.                             Seagate Drives
  371.  
  372.  
  373. Seagate  Imprimis                   Write  Landing               Total
  374. model #  model #      cyls    heads precomp  Zone  sectors Meg  sectors
  375.  
  376. ST124                  615       4     -1     670     17    21.4  41820
  377. ST125                  615       4     -1     615     17    21.4  41820
  378. ST125-1                615       4     -1     615     17    21.4  41820
  379. ST125a                 404       4     -1     404     26    21.5  42016
  380. ST125n                 407       4     -1     615     26    21.7  42328
  381. .                      .         .     .      .       .       .   .
  382. .                      .         .     .      .       .       .   .
  383. .                      .         .     .      .       .       .   .
  384. ST41200n    94601-12g  1931      15    -1     1931    71* 1052.9  2056515
  385.  
  386. Note: Some SCSI Drives use Zone Bit Recording, therefore the
  387. Sector per track value is an average and is rounded down to the
  388. next lower integer.
  389.  
  390.  
  391. -------------------------------------------------
  392.  
  393. SEAGATE TECHNOLOGY, INC.
  394. Technical Support Bulletin Board
  395. 408/438-8771 [300-9600 HST, MNP 3/5, N-8-1]
  396.  
  397.  
  398.  
  399.                 GLOSSARY of DRIVE and COMPUTER TERMS
  400.  
  401.  
  402.  
  403. ACCESS
  404.     Refers to the process of obtaining data from, or placing data
  405. into a disc storage device, register, or RAM. (i.e. accessing a
  406. memory location).
  407.  
  408.  
  409. ACCESS TIME
  410.     Time required to perform an ACCESS. Usages, e.g.: 1) seek to
  411. location on a disc, 2) amount of time to read or write to a
  412. memory location, 3) the time to position to the correct location
  413. in a disc drive and carry out a read or write operation. ACCESS
  414. TIME is often defined as the time from the leading edge of the
  415. first step pulse received to SEEK COMPLETE (including settling).
  416.  
  417. ACTUATOR
  418.     See HEAD POSITIONER. The two basic types of actuators are
  419. steppers and voice coils. Open-loop steppers generally cannot
  420. achieve tracks per inch (TPI) as high as the closed-loop system
  421. because of the lack of feedback on track positioning accuracy. In
  422. open-loop stepper drives mechanical tolerances are one of the
  423. most significant factors in limiting TPI enhancement.
  424.  
  425. ADDRESS
  426.     (physical) A specific location in memory where a unit record,
  427. or sector, of data is stored. To return to the same area on the
  428. disc, each area is given a unique address consisting of three
  429. components: cylinder, sector, and head. CYLINDER ADDRESSING is
  430. accomplished by assigning numbers to the disc's surface
  431. concentric circles (cylinders). The cylinder number specifies the
  432. radial address component of the data area. SECTOR ADDRESSING is
  433. accomplished by numbering the data records (sectors) from an
  434. index that defines the reference angular position of the discs.
  435. Index records are then counted by reading their ADDRESS MARKS.
  436. Finally, HEAD ADDRESSING is accomplished by vertically numbering
  437. the disc surfaces, usually starting with the bottom-most disc
  438. data surface. For example, the controller might send the binary
  439. equivalent of the decimal number 610150 to instruct the drive to
  440. access data at cylinder 610, sector 15, and head 0.
  441.  
  442. ADDRESS MARK
  443.     Two byte address at the beginning of both the ID field and
  444. the data field of the track format. The first byte is the "A1"
  445. data pattern, the second byte is used to specify either an ID
  446. field or a data field.
  447.  
  448. ADJUSTABLE INTERLEAVE
  449.     Interleaving permits access to more than one memory module,
  450. e.g., if one memory module contains odd-numbered address and
  451. another even-numbered address, they can both be accessed
  452. simultaneously for storage. If the interleave is adjustable, the
  453. user may select which ranges or areas are to be accessed each
  454. time.
  455.  
  456. ANSI
  457.     American National Standards Institute
  458.  
  459. APPLICATION PROGRAM
  460.     A sequence of programmed instructions that tell the computer
  461. how to perform an end use task (i.e. accounting, word processing
  462. or other work for the computer system user). To use a program, it
  463. must first be loaded into MAIN MEMORY from some AUXILIARY MEMORY
  464. such as a floppy diskette or hard disk.
  465.  
  466. AREAL DENSITY
  467.     Bit density (bits per inch, or BPI) multiplied by track
  468. density (tracks per inch, or TPI), or bits per square inch of the
  469. disc surface. Bit density is measured around a track
  470. (circumferential on the disc), and track density is radially
  471. measured.
  472.  
  473. ASCII
  474.     American Standard for Coded Information Interchange.
  475.  
  476. ASME
  477.     American Society of Mechanical Engineers
  478.  
  479. ASYNCHRONOUS DATA
  480.     Data sent usually in parallel mode without a clock pulse.
  481. Time intervals between transmitted bits may be of unequal
  482. lengths.
  483.  
  484. AT INTERFACE     DISK DRIVE INTERFACE ON THE IBM PC-AT
  485.                  COMPUTER AND COMPATIBLES. SOMETIMES CALLED
  486.                  THE IDE (INTEGRATED DRIVE ELECTRONICS)
  487.                  INTERFACE
  488.  
  489. AUTOMATIC BACK UP OF FILES
  490.     This gives a user the security to make changes to a file
  491. without worrying about accidently destroying it; there is always
  492. another copy. One weakness of this method is that files take up
  493. twice the room on a disc.
  494.  
  495. AUXILIARY MEMORY
  496.     Memory other than main memory; generally a mass storage
  497. subsystem, it can include disc drives, backup tape drives,
  498. controllers and buffer memory. Typically, AUXILIARY MEMORY is
  499. non-volatile.
  500.  
  501. AUXILIARY STORAGE DEVICE
  502.     Devices, generally magnetic tape and magnetic disk, on which
  503. data can be stored for use by computer programs. Also known as
  504. secondary storage.
  505.  
  506. AVERAGE ACCESS TIME
  507.     The average track access time, calculated from the end of the
  508. CONTROLLER commands to access a drive, to drive "seek complete"
  509. time averaged over all possible track locations at the start of
  510. ACCESS, and over all possible data track ADDRESSES. Typically,
  511. the minimum average access time including carriage settling for
  512. open loop actuators is less than 85 ms and for voice coil disc
  513. drives is less than 40 ms. As technology improves these times
  514. will continue to decrease.
  515.  
  516. AZIMUTH
  517.     The angular distance in the horizontal plane, usually
  518. measured as an angle from true track location.
  519.  
  520. BACKUP DEVICE
  521.     Disc or tape drive used with a fixed Winchester disc drive to
  522. make copies of files or other data for off line storage,
  523. distribution or protection against accidental data deletion from
  524. the Winchester drive, or against drive failure.
  525.  
  526. BACKUP FILE
  527.     File copies made on another removable media device (disc,
  528. tape or sometimes a remote hard dsic system) and kept to ensure
  529. recovery of data lost due to equipment failure, human errors,
  530. updates, disasters and the like.
  531.  
  532. BAUD RATE
  533.     A variable unit of data transmission speed equal to one bit
  534. per second.
  535.  
  536.  
  537. BCAI             BYTE COUNT AFTER INDEX. USED IN DEFECT
  538.                  MAPPING TO INDICATE THE POSITION OF DEFECTS
  539.                  WITH RELATION TO INDEX.
  540.  
  541. BDOS
  542.     The Basic Disk Operating System (BDOS) controls the
  543. organization of data on a disk. BDOS is usually pronounced
  544. "B-DOS".
  545.  
  546. BIDIRECTIONAL BUS
  547.     A bus that may carry information in either direction but not
  548. in both simultaneously.
  549.  
  550. BINARY
  551.     A number system like the decimal numbers, but using 2 as its
  552. base and having only the two digits 0 (zero) and 1 (one). It is
  553. used in computers because digital logic can only determine one of
  554. two states - "OFF" and "ON." Digital data is equivalent to a
  555. binary number.
  556.  
  557. BIOS
  558.     (BASIC INPUT OUTPUT SYSTEM) A collection of information
  559. (firmware) that controls communication between the Central
  560. Processor and its peripherals.
  561.  
  562. BIT
  563.     The smallest unit of data. Consists of a single binary digit
  564. that can take the value of 0 or 1.
  565.  
  566. BIT CELL LENGTH
  567.     Physical dimension of the bit cell in direction of recording
  568. along the disc circumference of a track.
  569.  
  570. BIT CELL TIME
  571.     The time required to pass one bit of information between the
  572. controller and the drive. Cell time is the inverse of the drive's
  573. data rate; nominally 200 nsec for 5 Mhz drives.
  574.  
  575. BIT DENSITY
  576.     Expressed as "BPI" (for bits per inch), bit density defines
  577. how many bits can be written onto one inch of a track on a disc
  578. surface. It is usually specified for "worst case", which is the
  579. inner track. Data is the densest in the inner tracks where track
  580. circumferences are the smallest.
  581.  
  582. BIT JITTER
  583.     The time difference between the leading edge of read and the
  584. center of the data window.
  585.  
  586. BIT SHIFT
  587.     A data recording effect, which results when adjacent 1's
  588. written on magnetic discs repel each other. The "worst case" is
  589. at the inner cylinder where bits are closest together. BIT SHIFT
  590. is also called pulse crowding.
  591.  
  592. BLOCK
  593.     A group of BYTES handled, stored and accessed as a logical
  594. data unit, such as an individual file record. Typically, one
  595. block of data is stored as one physical sector of data on a disc
  596. drive.
  597.  
  598. BOOT
  599.     (Short for bootstrap). Transfer of a disc operating system
  600. program from storage on diskette or hard disc drive to computer's
  601. working memory.
  602.  
  603. BUFFER
  604.     A temporary data storage area that compensates for a
  605. difference in data transfer rates and/or data processing rates
  606. between sender and receiver.
  607.  
  608. BUFFERED SEEK
  609.     A feature of the ST412 INTERFACE. In buffered mode head
  610. motion is postponed until a string of step pulses can be sent to
  611. the drive. These pulses represent the number of tracks that the
  612. head is to be stepped over and are sent much faster than the
  613. heads can move. The pulses are saved or buffered then the optimum
  614. head movement to the correct track is performed.
  615.  
  616. BUS
  617.     A length of parallel conductors that forms a major
  618. interconnection route between the computer system CPU and its
  619. peripheral subsystems. Depending on its design, a bus may carry
  620. data to and from peripheral's addresses, power, and other related
  621. signals.
  622.  
  623. BYTE
  624.     A sequence of adjacent BINARY digits or BITS considered as a
  625. unit, 8 bits in length. One byte is sufficient to define all the
  626. alphanumeric characters. There are 8 BITS in 1 BYTE. The storage
  627. capacity of a disc drive is commonly measured in MEGABYTES, which
  628. is the total number of bits storable, divided by eight million.
  629.  
  630. CACHE MEMORY
  631.     Cache Memory allows the system to load bytes of data from the
  632. hard disc to memory. The system may then refer to memory for
  633. information instead of going back to the hard disc, thereby
  634. increasing the processing speed.
  635.  
  636. CAPACITY
  637.     Amount of memory (measured in megabytes) which can be stored
  638. in a disc drive. Usually given as formatted (see FORMAT
  639. OPERATION).
  640.  
  641. CARRIAGE ASSEMBLY
  642.     Assembly which holds read/write heads and roller bearings. It
  643. is used to position the heads radially by the actuator, in order
  644. to access a track of data.
  645.  
  646. CENTRAL PROCESSOR UNIT
  647.     (CPU). The heart of the computer system that executes
  648. programmed instructions. It includes the arithmetic logic unit
  649. (ALU) for performing all math and logic operations, a control
  650. section for interpreting and executing instructions, fast main
  651. memory for temporary (VOLATILE) storage of an application program
  652. and its data.
  653.  
  654. CHARACTER
  655.     An information symbol used to denote a number, letter, symbol
  656. or punctuation mark stored by a computer. In a computer a
  657. character can be represented in one (1) byte or eight (8) bits of
  658. data. There are 256 different one-byte binary numbers, sufficient
  659. for 26 lower case alphas, 26 upper case alphas, 10 decimal
  660. digits, control codes and error checks.
  661.  
  662. CHIP
  663.     An integrated circuit fabricated on a chip of silicon or
  664. other semiconductor material, e.g., a CHIP is an integrated
  665. circuit, a microprocessor, memory device, or a digital logic
  666. device.
  667.  
  668. CLOCK RATE
  669.     The rate at which bits or words are transferred between
  670. internal elements of a computer or to another computer.
  671.  
  672. CLOSED LOOP
  673.     A control system consisting of one or more feedback control
  674. loops in which functions of the controlled signals are combined
  675. with functions of the command to maintain prescribed
  676. relationships between the commands and the controlled signals.
  677.  
  678.     This control technique allows the head actuator system to
  679. detect and correct off-track errors. The actual head position is
  680. monitored and compared to the ideal track position, by reference
  681. information either recorded on a dedicated servo surface, or
  682. embedded in the inter-sector gaps. A position error is used to
  683. produce a correction signal (FEEDBACK) to the actuator to correct
  684. the error. See TRACK FOLLOWING SERVO.
  685.  
  686. CLUSTER SIZE
  687.     Purely an operating system function or term describing the
  688. number of sectors that the operating system allocates each time
  689. disc space is needed.
  690.  
  691. CODE
  692.     A set of unambiguous rules specifying the way which digital
  693. data is represented physically, as magnetized bits, on a disc
  694. drive. One of the objectives of coding is to add timing data for
  695. use in data reading. See DATA SEPARATOR, MFM and RLL.
  696.  
  697. COERCIVITY
  698.     A measurement in units of orsteads of the amount of magnetic
  699. energy to switch or "coerce" the flux change (di-pole) in the
  700. magnetic recording media.
  701.  
  702. COMMAND
  703.     1) An instruction sent by the central processor unit (CPU) to
  704. a     controller for execution. 2) English-like commands entered
  705. by users to select computer programs or functions. 3) A CPU
  706. command, which is a single instruction such as "add two binary
  707. numbers" or "output a byte to the display screen."
  708.  
  709. CONSOLE
  710.     (also called CRT or Terminal) A device from which a computer
  711. can be operated; often includes a monitor and keyboard.
  712.  
  713. CONTROLLER
  714.     A controller is a printed circuit board required to interpret
  715. data access commands from host computer (via a BUS), and send
  716. track seeking, read/write, and other control signals to a disc
  717. drive. The computer is free to perform other tasks until the
  718. controller signals DATA READY for transfer via the CPU BUS.
  719.  
  720. CORE
  721.     Originally a computer's main memory was made of ferrite rings
  722. (CORES) that could be magnetized to contain one bit of data each.
  723. CORE MEMORY is synonymous with MAIN MEMORY. Main memory today is
  724. fabricated from CHIPS.
  725.  
  726. CPU
  727.     See CENTRAL PROCESSOR UNIT
  728.  
  729. CRASH
  730.     A malfunction in the computer hardware or software, usually
  731. causing loss of data.
  732.  
  733. CYCLIC-REDUNDANCY-CHECK
  734.     (CRC). Used to verify data block integrity. In a typical
  735. scheme, 2 CRC bytes are added to each user data block. The 2
  736. bytes are computed from the user data, by digital logical chips.
  737. The mathematical model is polynomials with binary coefficients.
  738. When reading back data, the CRC bytes are read and compared to
  739. new CRC bytes computed from the read back block to detect a read
  740. error. The read back error check process is mathematically
  741. equivalent to dividing the read block, including its CRC, by a
  742. binomial polynomial. If the division remainder is zero, the data
  743. is error free.
  744.  
  745. CYLINDER
  746.     The cylindrical surface formed by identical track numbers on
  747. vertically stacked discs. At any location of the head positioning
  748. arm, all tracks under all heads are the cylinder. Cylinder number
  749. is one of the three address components required to find a
  750. specific ADDRESS, the other two being head number and sector
  751. number.
  752.  
  753. DAISY CHAIN
  754.     A way of connecting multiple drives to one controller. The
  755. controller drive select signal is routed serially through the
  756. drives, and is intercepted by the drive whose number matches. The
  757. disc drives have switches or jumpers on them which allow the user
  758. to select the drive number desired.
  759.  
  760. DATA
  761.     Information processed by a computer, stored in memory, or fed
  762. into a computer.
  763.  
  764. DATA ACCESS
  765.     When the controller has specified all three components of the
  766. sector address to the drive, the ID field of the sector brought
  767. under the head by the drive is read and compared with the address
  768. of the target sector. A match enables access to the data field of
  769. the sector.
  770.  
  771. DATA ADDRESS
  772.     To return to the same area on the disc, each area is given a
  773. unique address consisting of the three components: cylinder, head
  774. and sector. HORIZONTAL: accomplished by assigning numbers to the
  775. concentric circles (cylinders) mapped out by the heads as the
  776. positioning arm is stepped radially across the surface, starting
  777. with 0 for the outermost circle. By specifying the cylinder
  778. number the controller specifies a horizontal or radial address
  779. component of the data area. ROTATIONAL: once a head and cylinder
  780. have been addressed, the desired sector around the selected track
  781. of the selected surface is found by counting address marks from
  782. the index pulse of the track. Remember that each track starts
  783. with an index pulse and each sector starts with an address mark.
  784. VERTICAL: assume a disc pack with six surfaces, each with its own
  785. read/write head, vertical addressing is accomplished by assigning
  786. the numbers 00 through XX to the heads, in consecutive order. By
  787. specifying the head number, the controller specifies the vertical
  788. address component of the data area.
  789.  
  790. DATA BASE
  791.     An organized collection of data stored in DISC FILES, often
  792. shared by multiple users., e.g., the Official Airline Guide,
  793. which contains up-to-date schedules for all airlines.
  794.  
  795. DATA BASE MANAGEMENT SYSTEM
  796.     (DBMS) Application program used to manage, access and update
  797. files in a data base.
  798.  
  799. DATA ENCODING
  800.     To use a code such as GCR, MFM, RLL, NZR, etc. to represent
  801. characters for memory storage.
  802.  
  803. DATA FIELD
  804.     The portion of a sector used to store the user's DIGITAL
  805. data. Other fields in each sector include ID, SYNC and CRC which
  806. are used to locate the correct data field.
  807.  
  808. DATA SEPARATOR
  809.     Controller circuitry takes the CODED playback pulses and uses
  810. the timing information added by the CODE during the write process
  811. to reconstruct the original user data record. See NRZ, MFM, and
  812. RLL.
  813.  
  814. DATA TRACK
  815.     Any of the circular tracks magnetized by the recording head
  816. during data storage.
  817.  
  818. DATA TRANSFER RATE
  819.     (DTR). Speed at which bits are sent: In a disc storage
  820. system, the communication is between CPU and controller, plus
  821. controller and the disc drive. Typical units are bits per second
  822. (BPS), or bytes per second, e.g., ST506/412 INTERFACE allows 5
  823. Mbits/sec. transfer rate.
  824.  
  825. DECREASE THE FLYING HEIGHT
  826.     Since the head core is closer to the media surface, the lines
  827. of flux magnetize a smaller area. Thus, more bits can be recorded
  828. in a given distance, and higher BPI (bits per inch) is
  829. achievable.
  830.  
  831. DEDICATED SERVO SYSTEM
  832.     A complete disc surface is dedicated for servo data.
  833.  
  834. DEFAULT
  835.     A particular value of a variable which is used by a computer
  836. unless specifically changed, usually via an entry made through a
  837. software program.
  838.  
  839. DENSITY
  840.     Generally, bit recording density. SEE AREAL, BIT and STORAGE
  841. DENSITY.
  842.  
  843. DIGITAL
  844.     Any system that processes digital binary signals having only
  845. the values of a 1 or 0. An example of a non-digital signal is an
  846. analog signal which continuously varies, e.g., TV or audio.
  847.  
  848. DIGITAL MAGNETIC RECORDING
  849.     See MAGNETIC RECORDING
  850.  
  851. DIRECT ACCESS
  852.     Generally refers to an AUXILIARY MEMORY device, having all
  853. data on-line. E.G., a tape drive without a tape mounted is not
  854. direct access, but a WINCHESTER DRIVE is direct access.
  855.  
  856. DIRECTORY
  857.     A special disc storage area (usually cylinder zero) that is
  858. read by a computer operating system to determine the ADDRESSES of
  859. the data records that form a DISC FILE.
  860.  
  861. DISC FILE
  862.     A file of user data, e.g. the company employee list, with all
  863. names and information. The data in the file is stored in a set of
  864. disc SECTORS (records).
  865.  
  866. DISC OPERATING SYSTEM
  867.     (DOS). A computer program which continuously runs and
  868. mediates between the computer user and the APPLICATION PROGRAM,
  869. and allows access to disc data by DISC FILE names.
  870.  
  871. DISC PACK
  872.     A number of metal discs packaged in a canister for removal
  873. from the disc drive. WINCHESTER DRIVES do not have disc packs.
  874.  
  875. DISC/PLATTER
  876.     For rigid discs, a flat, circular aluminum disc substrate,
  877. coated on both sides with a magnetic substance (iron oxide or
  878. thin film metal media) for non-VOLATILE data storage. The
  879. substrate may consist of metal, plastic, or even glass. Surfaces
  880. of discs are usually lubricated to minimize wear during drive
  881. start-up or power down.
  882.  
  883. DISC STORAGE
  884.     Auxiliary memory system containing disc drives.
  885.  
  886. DISKETTE
  887.     A floppy disc. A plastic (mylar) substrate, coated with
  888. magnetic iron oxide, enclosed in a protective jacket.
  889.  
  890. DOS              DISC OPERATING SYSTEM. A COMPUTER PROGRAM
  891.                  WHICH RUNS CONTINUOUSLY AND MEDIATES BETWEEN
  892.                  THE COMPUTER USER AND THE APPLICATION
  893.                  PROGRAM AND ALLOWS ACCESS TO THE DISC DATA
  894.                  BY DISC FILE NAMES.
  895.  
  896.  
  897. DRIVE
  898.     A computer memory device with moving storage MEDIA (disc or
  899. tape).
  900.  
  901. DRIVE SELECT
  902.     An ADDRESS component that selects among a string of drives
  903. attached to a disc controller. In the ST 506/412 interface
  904. standard, a drive's select code is physically set in the drive to
  905. a value between 0 and 3. When the controller activates one of the
  906. four drive select code lines in the J1 cable, the selected drive
  907. is enabled to respond to access commands from the controller.
  908.  
  909. DRIVE TYPE       A NUMBER REPRESENTING A STANDARD
  910.                  CONFIGURATION OF PHYSICAL PARAMETERS
  911.                  (CYLINDERS, HEADS, AND SECTORS) OF A
  912.                  PARTICULAR TYPE OF DISC DRIVE.  EACH AT SYSTEM
  913.                  BIOS CONTAINS A LIST OF DRIVE TYPES THAT THE
  914.                  SYSTEM CONSIDERS "STANDARD TYPES".  THESE
  915.                  TYPES ARE NOT NECESSARILY THE SAME FROM ONE
  916.                  BIOS TO THE NEXT.  THAT IS, DRIVE TYPE 25 ON
  917.                  ONE BIOS MAY REPRESENT A DRIVE THAT HAS 615
  918.                  CYLINDERS, 4 DATA HEADS, AND 17 SECTORS PER
  919.                  TRACK, WHILE TYPE 25 ON ANOTHER BIOS COULD
  920.                  BE TOTALLY DIFFERENT.
  921.  
  922. DROP-IN/DROP-OUT
  923.     Types of disc media defects usually caused by a pin-hole in
  924. the disc coating. If the coating is interrupted, the magnetic
  925. flux between medium and head is zero. A large interruption will
  926. induce two extraneous pulses, one at the beginning and one at the
  927. end of the pin-hole (2 DROP-INs). A small coating interruption
  928. will result in no playback from a recorded bit (a DROP-OUT).
  929.  
  930. DRUM
  931.     An early form of rotating magnetic storage, utilizing a
  932. rotating cylindrical drum and a multiplicity of heads (one per
  933. track). Discs stack more compactly than drums.
  934.  
  935. ECC
  936.     ERROR CORRECTION CODE: The ECC hardware in the controller
  937. used to interface the drive to the system can typically correct a
  938. single burst error of 11 bits or less. This maximum error burst
  939. correction length is function of the controller. With some
  940. controllers the user is allowed to the select this length. The
  941. most common selection is 11.
  942.  
  943. ELECTRO-STATIC DISCHARGE
  944.     (ESD) An integrated circuit (CHIP) failure mechanism. Since
  945. the circuitry of CHIPs are microscopic in size, they can be
  946. damaged or destroyed by small static discharges. People handling
  947. electronic equipment should always ground themselves before
  948. touching the equipment. Electronic equipment should always be
  949. handled by the chassis or frame. Components, printed circuit
  950. board edge connectors should never be touched.
  951.  
  952. EMBEDDED SERVO SYSTEM
  953.     Servo data is embedded or superimposed along with data on
  954. every cylinder.
  955.  
  956. ERASE
  957.     To remove previously recorded data from magnetic storage
  958. media.
  959.  
  960. ERROR
  961.     See HARD ERROR and SOFT ERROR.
  962.  
  963. ESDI
  964.     ENHANCED SMALL DEVICE INTERFACE. A set of specifications for
  965. the drives. See also SCSI.
  966.  
  967. EXECUTE
  968.     To perform a data processing operation described by an
  969. instruction or a program in a computer.
  970.  
  971. FCI
  972.     (FLUX CHANGES PER INCH): Synonymous with FRPI (flux reversals
  973. per inch). In MFM recording 1 FCI equals 1 BPI (bit per inch). In
  974. RLL encoding schemes, 1 FCI generally equals 1.5 BPI.
  975.  
  976. FEEDBACK
  977.     A closed-loop control system, using the head-to-track
  978. positioning signal (from the servo head) to modify the HEAD
  979. POSITIONER signal (to correctly position the head on the track).
  980.  
  981. FETCH
  982.     A CPU read operation from MAIN MEMORY and its related data
  983. transfer operations.
  984.  
  985. FIELDS
  986.     1. SOFTWARE: Storage units grouped together to make a record
  987. are considered to be a field; e.g., a record might be a company's
  988. address; a field in the record might be the company's ZIP code.
  989.  
  990. FILE
  991.     See DISC FILE. 1. SOFTWARE: A file consists of a group of
  992. logically related records that, in turn, are made up of groups of
  993. logically related fields.
  994.  
  995. FILE ALLOCATION TABLE
  996.     FAT: What the operating systems uses to keep track of which
  997. clusters are allocated to which files and which are available for
  998. use. FAT is usually stored on Track-0.
  999.  
  1000. FILE NAME
  1001.     Each file has a name, just like the name on the tab of a file
  1002. folder. When you want DOS to find a file, you give DOS the file
  1003. name.
  1004.  
  1005. FIRMWARE
  1006.     A computer program written into a storage medium which cannot
  1007. be accidentally erased, e.g., ROM. It can also refer to devices
  1008. containing such programs.
  1009.  
  1010. FIXED DISC
  1011.     A disc drive with discs that cannot be removed from the drive
  1012. by the user, e.g., WINCHESTER DISC DRIVE.
  1013.  
  1014. FLOPPY DISC
  1015.     A flexible plastic disc coated with magnetic media and
  1016. packaged in a stiff envelope. Comes in 8-inch, 5-1/4-inch, and
  1017. various sub-4 inch sizes. FLOPPY DISCS generally exhibit slow
  1018. ACCESS TIME and smaller CAPACITY compared to WINCHESTER DRIVES,
  1019. but feature removable diskettes.
  1020.  
  1021. FLUX CHANGE
  1022.     Location on the data track, where the direction of
  1023. magnetization reverses in order to define a 1 or 0 bit.
  1024.  
  1025. FLUX CHANGES PER INCH
  1026.     (FCI). Linear recording density defined as the number of flux
  1027. changes per inch of data track.
  1028.  
  1029. FM
  1030.     Frequency modulation CODE scheme, superceded by MFM, which is
  1031. being superceded by RLL.
  1032.  
  1033. FORMAT
  1034.     The purpose of a format is to record "header" data that
  1035. organize the tracks into sequential sectors on the disc surfaces.
  1036. This information is never altered during normal read/write
  1037. operations. Header information identifies the sector number and
  1038. also contains the head and cylinder ADDRESS in order to detect an
  1039. ADDRESS ACCESS error.
  1040.  
  1041. FORMATTED CAPACITY
  1042.     Actual capacity available to store user data. The formatted
  1043. capacity is the gross capacity, less the capacity taken up by the
  1044. overhead data used in formatting the discs. While the unformatted
  1045. size may be 24 M bytes, only 20 M bytes of storage may actually
  1046. be available to the user after formatting.
  1047.  
  1048. FPI
  1049.     (flux changes per inch), also FRPI, the number of Flux
  1050. Reversals per inch.
  1051.  
  1052. FRICTION
  1053.     Resistance to relative motion between two bodies in contact;
  1054. e.g., there is sliding friction between head and disc during
  1055. drive power up/down.
  1056.  
  1057. FULL HEIGHT DRIVE
  1058.     Winchester 5-1/4" drive which fits in the same space as full
  1059. height mini-floppy drive (called the full-height form factor).
  1060.  
  1061. G
  1062.     A G is a unit of force applied to a body at rest equal to the
  1063. force exerted on it by gravity. Hard disc drive shock
  1064. specifications are usually called out in Gs. A shock
  1065. specification of 40 Gs non-operating means that a drive will not
  1066. suffer any permanent damage if subjected to a 40 G shock. This is
  1067. roughly equivalent to a drop of the drive to a hard surface from
  1068. a distance of 1 inch.
  1069.  
  1070. GAP
  1071.     1. FORMAT: Part of the disc format. Allows mechanical
  1072. compensations (e.g. spindle motor rotational speed variations)
  1073. without the last sector on a track overwriting the first sector.
  1074. 2. HEAD: An interruption in the permeable head material, usually
  1075. a glass bonding material with high permeability, allowing the
  1076. flux fields to exit the head structure to write / read data bits
  1077. in the form of flux changes on the recording media.
  1078.  
  1079. GAP LENGTH
  1080.     Narrowing the head gap length achieves higher bit density
  1081. because the lines of force magnetize a smaller area where writing
  1082. data in the form of flux changes on the recording media.
  1083.  
  1084. GAP WIDTH
  1085.     The narrower the gap width, the closer the tracks can be
  1086. placed. Closer track placement results in higher TPI.
  1087.  
  1088. GCR
  1089.     GROUP CODE ENCODING. Data encoding method.
  1090.  
  1091. GUARD BAND
  1092.     1. Non-recorded band between adjacent data tracks, 2. For
  1093. closed loop servo drives, extra servo tracks outside the data
  1094. band preventing the Carriage Assembly from running into the crash
  1095. stop.
  1096.  
  1097. HALF HIGH DRIVE
  1098.     A Winchester drive which fits in one half of the space of a
  1099. full height mini-floppy drive.
  1100.  
  1101. HARD DISC DRIVE
  1102.     Commonly called rigid disc drives, or Winchester disc drives.
  1103. An electromechanical device that can read rigid discs. Though
  1104. similar to floppy disc drives, the hard discs have higher bit
  1105. density and multiple read/write surfaces.
  1106.  
  1107. HARD ERROR
  1108.     An error that occurs repeatedly at the same location on a
  1109. disc surface. Hard errors are caused by imperfections in the disc
  1110. surface, called media defects. When formatting hard disc drives,
  1111. hard error locations, if known, should be spared out so that data
  1112. ia not written to these locations. Most drives come with a hard
  1113. error map listing the locations of any hard errors by head,
  1114. cylinder and BFI (bytes from index - or how many bytes from the
  1115. beginning of the cylinder).
  1116.  
  1117. HARD ERROR MAP
  1118.     Also called defect map, bad spot map, media map. Media
  1119. defects are avoided by deleting the defective sectors from system
  1120. use, or assigning an alternative track (accomplished during
  1121. format operation). The defects are found during formatting, and
  1122. their locations are stored on a special DOS file on the disc,
  1123. usually on cylinder 0.
  1124.  
  1125. HARD SECTOR MODE
  1126.                 A HARDWARE CONTROLLED CONVENTION DEFINING A FIXED
  1127.                 NUMBER OF SECTORS PER TRACK IN ANY SPECIFIED ZONE
  1128. HARDWARE
  1129.     Computer equipment (as opposed to the computer progrms and
  1130. software).
  1131.  
  1132. HDA
  1133.     HEAD/DISK ASSEMBLY: A sealed Winchester assembly including
  1134. discs, heads, filter and actuator assembly.
  1135.  
  1136. HEAD
  1137.     An electromagnetic device that can write (record), read
  1138. (playback), or erase data on magnetic media. There are three
  1139. types: Head Type BPI TPI Areal density Monolithic 8000 450 3.6 X
  1140. 10 to 6th Composition 12000 1000 12 X 10 to 6th Thin-film 25000
  1141. 1500 37.5 X 10 to 6th
  1142.  
  1143. HEAD CRASH
  1144.     A head landing occurs when the disc drive is turned on or
  1145. off. This function normally does not damage the disc as the disc
  1146. has a very thin lubricant on it. A head crash occurs when the
  1147. head and disc damage each other during landing, handling or
  1148. because a contaminant particle gets between them. Head crash is a
  1149. catastrophic failure condition and causes permanent damage and
  1150. loss of data.
  1151.  
  1152. HEAD LANDING AND TAKEOFF
  1153.     In Winchester drives, the head is in contact with the platter
  1154. when the drive is not powered. During the power up cycle, the
  1155. disc begins rotation and an "air bearing" is established as the
  1156. disc spins up to full RPM (rotations per minute). This air
  1157. bearing prevents any mechanical contact between head and disc.
  1158.  
  1159. HEAD LANDING ZONE
  1160.     An area of the disc set aside for takeoff and landing of the
  1161. Winchester heads when the drive is turned on and off.
  1162.  
  1163. HEAD POSITIONER
  1164.     Also known as the ACTUATOR, a mechanism that moves the
  1165. CARRIAGE ASSEMBLY to the cylinder being accessed.
  1166.  
  1167. HEAD SLAP
  1168.     Similar to a head crash but occurs while the drive is turned
  1169. off. It usually occurs during mishandling or shipping. Head slap
  1170. can cause permanent damage to a hard disc drive. See HEAD CRASH.
  1171.  
  1172. HEXIDECIMAL
  1173.     (HEX) A number system based on sixteen, using digits 0
  1174. through 9 and letters A through F to represent each digit of the
  1175. number. (A = 10, B = 11, C = 12, D = 13, E = 14, F = 15).
  1176.  
  1177. ID FIELD
  1178.     The address portion of a sector. The ID field is written
  1179. during the Format operation. It includes the cylinder, head, and
  1180. sector number of the current sector. This address information is
  1181. compared by the disc controller with the desired head, cylinder,
  1182. and sector number before a read or write operation is allowed.
  1183.  
  1184. IMAGE-BACKUP MODE
  1185.     Used with streaming tape, image-backup mode records an exact
  1186. copy of the disc, including unused sectors and bad tracks.
  1187.  
  1188. INDEX
  1189.     (PULSE): The Index Pulse is the starting point for each disc
  1190. track. The index pulse provides initial synchronization for
  1191. sector addressing on each individual track.
  1192.  
  1193. INDEX TIME
  1194.     The time interval between similar edges of the index pulse,
  1195. which measures the time for the disc to make one revolution. This
  1196. information is used by a disc drive to verify correct rotational
  1197. speed of the media.
  1198.  
  1199. INPUT
  1200.     1. Data entered into the computer to be processed. 2. User
  1201. commands or queries.
  1202.  
  1203. INPUT/OUTPUT
  1204.     The process of entering data into or removing data from a
  1205. computer system.
  1206.  
  1207. INTELLIGENT PERIPHERAL
  1208.     A peripheral device that contains a processor or
  1209. microprocessor to enable it to interpret and execute commands,
  1210. thus relieving the computer for other tasks.
  1211.  
  1212. INTERFACE
  1213.     The protocol data transmitters, data receivers, logic and
  1214. wiring that link one piece of computer equipment to another, such
  1215. as a disc drive to a controller or a controller to a system bus.
  1216. Protocol means a set of rules for operating the physical
  1217. interface, e.g., don't read or write before SEEK COMPLETE is
  1218. true.
  1219.  
  1220. INTERFACE STANDARD
  1221.     The interface specifications agreed to by various
  1222. manufacturers to promote industry-wide interchangeability of
  1223. products such as disc drives and controllers. An interface
  1224. standard generally reduces product costs, allows buyers to
  1225. purchase from more than one source, and allows faster market
  1226. acceptance of new products. (See ST-506/412, SCSI, ESDI)
  1227.  
  1228. INTERLEAVE FACTOR
  1229.     The ratio of physical disc sectors skipped for every sector
  1230. actually written.
  1231.  
  1232. INTERLEAVING
  1233.     The interleave value tells the controller where the next
  1234. logical sector is located in relation to the current sector. For
  1235. example, an interleave value of one (1) specifies that the next
  1236. logical sector is physically the next sector on the track.
  1237. Interleave of two (2) specifies every other physical sector,
  1238. three (3) every third sector and so on. Interleaving is used to
  1239. improve the system throughout based on overhead time of the host
  1240. software, the disc drive and the controller; e.g., if an
  1241. APPLICATION PROGRAM is processing sequential logical records of a
  1242. DISC FILE in a CPU time of more than one second but less than
  1243. two, then an interleave factor of 3 will prevent wasting an
  1244. entire disc revolution between ACCESSES.
  1245.  
  1246. INTERRUPT
  1247.     A signal, usually from a peripheral device to a CPU, to
  1248. signify that a commanded operation has been completed or cannot
  1249. be completed.
  1250.  
  1251. I/O PROCESSOR
  1252.     Intelligent processor or controller that handles the
  1253. input/output operations of a computer.
  1254.  
  1255. KILOBYTE
  1256.     (KBYTE). 1) 1024 bytes (two to the tenth power); 2) 1000
  1257. bytes; 1024 bytes is the normal definition.
  1258.  
  1259. LAN
  1260.     Local Area Network
  1261.  
  1262. LANDING ZONE
  1263.     The landing zone is where the read/write head sits when it is
  1264. not active. If the system features a dedicated landing zone, the
  1265. head will rest on the same track each time.
  1266.  
  1267. LATENCY
  1268.     (ROTATIONAL) The time for the disc to rotate the accessed
  1269. sector under the head for read or write. On the average, latency
  1270. is the time for half of a disc revolution.
  1271.  
  1272. LOGIC
  1273.     Electronic circuitry that switches on and off ("1" and "0")
  1274. to perform digital operations.
  1275.  
  1276. LOOKUP
  1277.     The action of obtaining and displaying data in a file.
  1278.  
  1279. LOW LEVEL FORMAT
  1280.      The first step in preparing a drive to store information
  1281. after physical installation is complete. The process sets up the
  1282. "handshake" between the drive and the controller. In an XT
  1283. system, the low level format is usually done using DOS's debug
  1284. utility. In an AT system, AT advanced diagnostics is typically
  1285. used. Other third party software may also be used to do low level
  1286. format on both XTs and ATs.
  1287.  
  1288. LUN
  1289.     Logical Unit Number
  1290.  
  1291. MAGNETIC MEDIA
  1292.     A disc or tape with a surface layer containing particles of
  1293. metal, or metallic oxides that can be magnetized in different
  1294. directions to represent bits of data, sounds or other
  1295. information.
  1296.  
  1297. MAGNETIC RECORDING
  1298.     The use of a head, recording head, recording media (tape or
  1299. disc), and associated electronic circuitry for storing data or
  1300. sound or video.
  1301.  
  1302. MAINFRAME COMPUTER
  1303.     A large computer generally found in data processing centers.
  1304. See MINICOMPUTER AND MICROCOMPUTER.
  1305.  
  1306. MAIN MEMORY
  1307.     Random-access memory used by the CPU for storing program
  1308. instructions and data currently being processed by those
  1309. instructions. See RANDOM-ACCESS MEMORY.
  1310.  
  1311. MEAN TIME BEFORE FAILURE
  1312.      (MTBF). The average time before a failure will occur. This
  1313. is not a warranty measurement. MTBF is a calculation taking into
  1314. consideration the MTBF of each component in a system and is the
  1315. statistical average operation time between the start of a unit's
  1316. lifetime and its time of a failure. After a product has been in
  1317. the field for a few years, the MTBF can become a field proven
  1318. statistic.
  1319.  
  1320. MEAN TIME TO REPAIR
  1321.     (MTTR) The average time to repair a given unit. Limited to a
  1322. qualified technician with proper equipment.
  1323.  
  1324. MEDIA
  1325.     The magnetic layers of a disc or tape. See DISC/PLATTER.
  1326.  
  1327. MEDIA DEFECT
  1328.     A media defect can cause a considerable reduction of the read
  1329. signal (missing pulse or DROP-OUT), or create an extra pulse
  1330. (DROP-IN). See HARD ERROR MAP.
  1331.  
  1332. MEGABYTE
  1333.     One million bytes (exactly 1,000,000 bytes). Abbreviation: MB
  1334. or Mbyte.
  1335.  
  1336. MEMORY
  1337.     Any device or storage system capable of storing and
  1338. retrieving information. See also STORAGE DEFINITIONS.
  1339.  
  1340. MICROCOMPUTER
  1341.     A computer whose central processor unit (CPU) is manufactured
  1342. as a chip or a small number of chips. Personal computers are
  1343. examples of microcomputers.
  1344.  
  1345. MICROINCH
  1346.     One-millionth of an inch.
  1347.  
  1348. MICROSECOND
  1349.     One-millionth of a second.
  1350.  
  1351. MILLISECOND
  1352.     (Msec)  One-thousandth of a second.
  1353.  
  1354. MINICOMPUTER
  1355.     A computer midway in size and processing power between a
  1356. MICROCOMPUTER and a MAINFRAME COMPUTER.
  1357.  
  1358. MINI-SLIDER HEADS
  1359.     Manganese/Zinc Ferrite Winchester heads. Smaller, lighter
  1360. heads with stiffer load arms than standard Winchester heads. They
  1361. allow smaller flying heights, and therefore higher bit and track
  1362. density, if they are made with smaller and narrower gaps.
  1363.  
  1364. MINI WINCHESTER
  1365.     A Winchester disc drive with 5-1/4 or 3-1/2 inch diameter
  1366. discs.
  1367.  
  1368. MNEUMONIC
  1369.     A shortened code for a longer term.
  1370.  
  1371. MODIFIED FREQUENCY MODULATION
  1372.     (MFM). A method of recording digital data, using a particular
  1373. CODE to get the flux reversal times from the data pattern. MFM
  1374. recording is self-clocking because the CODE guarantees timing
  1375. information for the playback process. The controller is thus able
  1376. to synchronize directly from the data. This method has a maximum
  1377. of one bit of data with each flux reversal. (See NRZ, RLL).
  1378.  
  1379. MULTIPROCESSOR
  1380.     A computer containing two or more processors.
  1381.  
  1382. MULTITASKING
  1383.     The ability of a computer system to execute more than one
  1384. program or program task at a time.
  1385.  
  1386. MULTIUSER
  1387.     The ability of a computer system to execute programs for more
  1388. than one user at a time.
  1389.  
  1390. NOISE
  1391.     Extraneous electronic signals that interfere with information
  1392. signals (similar to radio static or TV interference). Sources of
  1393. noise in computers can be power supplies, ground loops, radio
  1394. interference, cable routing, etc.
  1395.  
  1396. NRZ
  1397.     NON-RETURN TO ZERO 1) User digital data bits; 2) A method of
  1398. magnetic recording of digital data in which a flux reversal
  1399. denotes a one bit, and no flux reversal a zero bit, NRZ recording
  1400. requires an accompanying synchronization clock to define each
  1401. cell time unlike MFM or RLL recording). No Seagate drives use NRZ
  1402. recording methods.
  1403.  
  1404. OFF LINE
  1405.     Processing or peripheral operations performed while not
  1406. connected to the system CPU via the system BUS.
  1407.  
  1408. OPEN COLLECTOR
  1409.     A type of output structure found in certain bipolar logic
  1410. families. The device has a transistor that enables it to output
  1411. to a low voltage level only. When the device is inactive, an
  1412. external resistor holds the device output at a high voltage
  1413. level.
  1414.  
  1415. OPERATING SYSTEM
  1416.     An operating system is a program which acts as an interface
  1417. between the user of a computer and the computer hardware. The
  1418. purpose of the operating system is to provide an environment in
  1419. which a user may run programs. The goal of the operating system
  1420. is to enable the user to conveniently use the computer's
  1421. resources such as the CPU, memory, storage devices and printers.
  1422.  
  1423. OUTPUT
  1424.     Processing data being transferred out of the computer system
  1425. to peripherals (i.e. disc, printer, etc.). This includes
  1426. responses to user commands or queries.
  1427.  
  1428. PARITY
  1429.     A computer data checking method using an extra bit in which
  1430. the total number of binary 1's (or 0's) in a byte is always odd
  1431. or always even; thus, in an odd parity scheme, every byte has
  1432. eight bits of data and one parity bit. If using odd parity and
  1433. the number of 1 bits comprising the byte of data is not odd, the
  1434. 9th or parity bit is set to 1 to create the odd parity. In this
  1435. way, a byte of data can be checked for accurate transmission by
  1436. simply counting the bits for an odd parity indication. If the
  1437. count is ever even, an error is indicated.
  1438.  
  1439. PARKING
  1440.     Parking the disc drive heads means the recording heads are
  1441. moved so that they are not over the platter's data area. Many
  1442. drives have an auto-park feature where the heads are
  1443. automatically parked when power to the drive is shut off. Other
  1444. drives require the user to run some kind of parking software to
  1445. park the heads.
  1446.  
  1447. PARTITIONING
  1448.     Method for dividing an area on disc drive for use by more
  1449. than one disc operating system or for dividing large disc drives
  1450. into areas which the File Allocation Table (FAT) can deal with
  1451. when in use. The current IBM DOS maximum partition size is 32 MB
  1452. for the XT and AT. This limit can be overridden using
  1453. partitioning software written expressly for this purpose.
  1454.  
  1455. PATH
  1456.     The DOS term "path" has three definitions and each definition
  1457. involves directories. A PATH may be defined as: 1) the names of
  1458. the chain of directories leading to a file; 2) the complete file
  1459. or directory name; 3) a DOS command.
  1460.  
  1461. PERIPHERAL EQUIPMENT
  1462.     Auxiliary memory, displays, printers, disc drives, and other
  1463. equipment usually attached to computer systems' CPU by
  1464. controllers and cables (they are often packaged together in a
  1465. desktop computer).
  1466.  
  1467. PLATED THIN FILM DISCS
  1468.     Magnetic disc memory media having its surface plated with a
  1469. thin coating of a metallic alloy instead of being coated with
  1470. oxide.
  1471.  
  1472. PLATTER
  1473.     The round magnetic disc surfaces used for read/write
  1474. operations in a hard disc system.
  1475.  
  1476. POLLING
  1477.     A technique that discerns which of several devices on a
  1478. connection is trying to get the processor's attention.
  1479.  
  1480. PRECOMPENSATION
  1481.     Applied to write data by the controller in order to partially
  1482. alleviate bit shift which causes adjacent 1's written on magnetic
  1483. media physically to move apart. When adjacent 1's are sensed by
  1484. the controller, precompensation is used to write them closer
  1485. together on the disc, thus fighting the repelling effect caused
  1486. by the recording. Precompensation is only required on some oxide
  1487. media drives.
  1488.  
  1489. PREVENTIVE MAINTENANCE
  1490.     A method of doing a scheduled routine observation or
  1491. exchanging a part, prior to a breakdown of a piece of equipment.
  1492.  
  1493. PRINTED CIRCUIT BOARD
  1494.     (PCB) The circuit board with the chips attached to a drive.
  1495.  
  1496. PROCESSING
  1497.     (DATA PROCESSING) The process of computer handling,
  1498. manipulating, and modifying data such as arithmetic calculation,
  1499. file lookup and updating, or word processing.
  1500.  
  1501. PROGRAM
  1502.     A sequence of instructions stored in memory and executed by a
  1503. processor or microprocessor. See also APPLICATIONS PROGRAMS.
  1504.  
  1505. PROTOCOL
  1506.     A set of conventions governing the format of messages to be
  1507. exchanged within a communications system.
  1508.  
  1509. RADIAL
  1510.     A way of connecting multiple drives to one controller. In
  1511. radial operation, all output signals are active even if the drive
  1512. is not selected. Also see DAISY CHAIN.
  1513.  
  1514. RAM DISC
  1515.     A DOS operation, where part of the computer's random access
  1516. memory is used to simulate a disk drive. The RAM disc and its
  1517. contents will disappear if power is lost or DOS MAIN MEMORY is
  1518. restarted. RAM is far faster (microseconds ACCESS TIME) than
  1519. discs (milliseconds), so APPLICATIONS PROGRAMS which access the
  1520. disk run faster.
  1521.  
  1522. RANDOM ACCESS MEMORY
  1523.     (RAM) Memory where any location can be read from or written
  1524. to in a random order. Random access memory usually refers to
  1525. volatile memory where the contents are lost when power is
  1526. removed. The user addressable memory of a computer is random
  1527. access memory.
  1528.  
  1529. READ
  1530.     To access a storage location and obtain previously recorded
  1531. data.
  1532.  
  1533. RECALIBRATE
  1534.     Return to Track Zero. A common disc drive function in which
  1535. the heads are returned to track 0 (outermost track).
  1536.  
  1537. RECORD
  1538.     1. Software. A record is a single unit made up of logically
  1539. related fields.
  1540.  
  1541. REDUCED WRITE CURRENT
  1542.     A signal input (to some older drives) which decreases the
  1543. amplitude of the write current at the actual drive head. Normally
  1544. this signal is specified to be used during inner track write
  1545. operations to lessen the effect of adjacent bit "crowding." Most
  1546. drives today provide this internally and do not require
  1547. controller intervention.
  1548.  
  1549. REDUCED WRITECURRENT
  1550.                  TO MINIMIZE THE EFFECTS OF PEAK SHIFT, ON
  1551.                  SOME DRIVES, THE MAGNITUDE OF THE WRITE
  1552.                  CURRENT IS REDUCED ON SOME OF THE INNERMOST
  1553.                  TRACKS.  WHEN INSTALLING A DRIVE IN A
  1554.                  SYSTEM, THE NUMBER REQUESTED IS THE FIRST
  1555.                  TRACK NUMBER TO BEGIN THE AREA OF REDUCED
  1556.                  WRITE CURRENT. THAT TRACK AND ALL SUBSEQUENT
  1557.                  TRACKS WILL BE WRITTEN WITH REDUCED WRITE
  1558.                  CURRENT.
  1559.  
  1560. RESOLUTION
  1561.     With regards to magnetic recording, the band width (or
  1562. frequency response) of the recording heads.
  1563.  
  1564. RLL
  1565.     (RUN LENGTH LIMITED CODE). 1) A method of recording digital
  1566. data, whereby the combinations of flux reversals are
  1567. coded/decoded to allow greater than one (1) bit of information
  1568. per flux reversal. This compaction of information increases data
  1569. capacity by approximately 50 percent; 2) a scheme of encoding
  1570. designed to operate with the ST412 interface at a dial transfer
  1571. rate of 7.5 megabit/sec. The technical name of the specific RLL
  1572. CODE used is "two, seven".
  1573.  
  1574. ROM
  1575.     (READ ONLY MEMORY) A chip that can be programmed once with
  1576. bits of information. This chip retains this information even if
  1577. the power is turned off. When this information is programmed into
  1578. the ROM, it is called burning the ROM.
  1579.  
  1580. ROTATIONAL SPEED
  1581.     The speed at which the media spins. On a 5-1/4 or 3-1/2"
  1582. Winchester drive it is usually 3600 rpm.
  1583.  
  1584. SCSI
  1585.     Small Computer Systems Interface. The current "high end"
  1586. CPU-to-drive interface.
  1587.  
  1588. SECTOR
  1589.     A sector is a section of a track whose size is determined by
  1590. formatting. When used as an address component, sector and
  1591. location refer to the sequence number of the sector around the
  1592. track. Typically, one sector stores one user record of data.
  1593. Drives typically are formatted from 17 to 26 sectors per track.
  1594. Determining how many sectors per track to use depends on the
  1595. system type, the controller capabilities and the drive encoding
  1596. method and interface.
  1597.  
  1598. SECTOR-SLIP
  1599.     Sector-slip allows any sector with a defect to be mapped and
  1600. bypassed. The next contiguous sector is given that sector
  1601. address.
  1602.  
  1603. SEEK
  1604.     The radial movement of the heads to a specified track
  1605. address.
  1606.  
  1607. SEEK COMPLETE
  1608.     An ST506 interface signal from drive to controller which
  1609. indicates that read/write heads have settled on the desired track
  1610. and completed the seek.
  1611.  
  1612. SEQUENTIAL ACCESS
  1613.     Writing or reading data in a sequential order, such as
  1614. reading data blocks stored one after the other on magnetic tape
  1615. (the opposite of random access).
  1616.  
  1617. SERVO TRACK
  1618.     A prerecorded reference track on the dedicated servo surface
  1619. of a closed-loop disc drive. All data track positions are
  1620. compared to their corresponding servo track to determine
  1621. "off-track/on-track" position.
  1622.  
  1623. SERVO TRACK      INFORMATION WRITTEN ON THE SERVO SURFACE
  1624.                  THAT THE ELECTRONICS OF THE DRIVE USES TO
  1625.                  POSITION THE HEADS OVER THE CORRECT DATA
  1626.                  TRACK. THIS INFORMATION IS WRITTEN ON THE
  1627.                  DRIVE BY THE SERVO TRACK WRITER.
  1628.  
  1629. SETUP            PROGRAM USED BY AT TYPE COMPUTERS TO STORE
  1630.                  CONFIGURATION IN CMOS.  THIS PROGRAM IS
  1631.                  SOMETIMES FOUND IN THE SYSTEM BIOS AND CAN
  1632.                  BE ACCESSED FROM THE KEYBOARD.  ON OTHER
  1633.                  SYSTEMS, THE PROGRAM IS ON A DISKETTE.
  1634.  
  1635. SILICON
  1636.     Semiconductor substrate material generally used to
  1637. manufacture micro- processors and other integrated circuit chips.
  1638.  
  1639. SKEWING
  1640.     Some low-level formatting routines may ask for a Head and/or
  1641. Cylinder Skew value. The value will represent the number of
  1642. sectors being skewed to compensate for head switching time of the
  1643. drive and/or track-to-track seek time allowing continuous
  1644. read/write operation without losing disk revolutions.
  1645.  
  1646. SMD
  1647.     SURFACE MOUNTED DEVICE. A CHIP in a smaller integrated
  1648. surface package, without connection leads.
  1649.  
  1650. SOFT ERROR
  1651.     A bit error during playback which can be corrected by
  1652. repeated attempts to read.
  1653.  
  1654. SOFT SECTOR MODE
  1655.                 A CONVENTION, DEFINED BY SOFTWARE, OF SETTING A
  1656.                 VARIABLE NUMBERS OF SECTORS PER TRACK IN DIRECT
  1657.                 RELATIONSHIP TO THE DRIVE'S FCI RATING IN REGARDS
  1658.                 TO THE AREA OF MEDIA THAT PASSES BENEATH THE
  1659.                 HEAD. THIS SCHEMA TAKES ADVANTAGE OF THE FACT
  1660.                 THAT, IN ACTUAL SURFACE AREA, THE OUTERMOST
  1661.                 TRACKS ARE LONGER THAN THE INNERMOST.
  1662.  
  1663. SOFTWARE
  1664.     APPLICATION PROGRAMS, disc operating systems and other
  1665. programs (as opposed to HARDWARE). The instructions or programs,
  1666. usually stored on floppy or hard discs, which are used to direct
  1667. the operations of a computer, or other hardware.
  1668.  
  1669. SOFTWARE PATCH
  1670.     Software modification which allows or adds functions not
  1671. otherwise available using the standard software program.
  1672.  
  1673. SPINDLE
  1674.     The rotating hub structure to which the discs are attached.
  1675.  
  1676. SPINDLE MOTOR
  1677.     The spindle motor is the electro-mechanical part of the disc
  1678. drive that rotates the platters.
  1679.  
  1680. ST-506/ST-412 INTERFACE
  1681.     One of several industry standard interfaces between a hard
  1682. disc and hard disc controller. In the ST-506/ST-412 interface,
  1683. the "intellegence" is on the controller rather than the drive.
  1684. SEE INTERFACE STANDARD, ESDI AND SCSI.
  1685.  
  1686. STEP
  1687.     An increment or decrement of the head positioning arm to move
  1688. the heads in or out, respectively, one track from their current
  1689. position. In buffered mode (open loop drives), the head motion is
  1690. postponed until the last of a string of step pulses has been
  1691. received.
  1692.  
  1693. STEPPER MOTOR
  1694.     The stepper motor is the electro-mechanical part of the disc
  1695. drive that positions the heads by step pulse on the tracks of the
  1696. disc to read and write data.
  1697.  
  1698. STEP PULSE
  1699.     The pulse sent from the controller to the stepper motor on
  1700. the step interface signal line to initiate a step operation.
  1701.  
  1702. STEP TIME
  1703.     The time required by the drive to step the heads from the
  1704. current cylinder position to a target cylinder.
  1705.  
  1706. STORAGE CAPACITY
  1707.     Amount of data that can be stored in a memory, usually
  1708. specified in kilobytes (KB) for main memory and floppy disc
  1709. drives and megabytes (MB) for hard disc and tape drives.
  1710.  
  1711. STORAGE DENSITY
  1712.     Usually refers to recording density (BPI, TPI, or their
  1713. product, AREAL DENSITY).
  1714.  
  1715. STORAGE LOCATION
  1716.     A memory location, identified by an ADDRESS, where
  1717. information is to be read or written.
  1718.  
  1719. STORAGE MODULE DRIVE
  1720.      (SMD). Storage module drive interface. An interface, used in
  1721. larger disc drives, e.g., 14" drives.
  1722.  
  1723. SYNCHRONOUS DATA
  1724.     Data sent, usually in serial mode, with a clock pulse.
  1725.  
  1726. TAPE DRIVE
  1727.     A sequential access memory device whose magnetic media is
  1728. tape in a cassette, reel or continuous loop.
  1729.  
  1730. THIN FILM HEADS
  1731.     A read/write head whose read/write element is deposited using
  1732. integrated circuit techniques rather than being manually
  1733. fabricated by grinding ferrite and hand winding coils.
  1734.  
  1735. TPI
  1736.     Tracks per inch.
  1737.  
  1738. TRACK
  1739.     The radial position of the heads over the disc surface. A
  1740. track is the circular ring traced over the disc surface by a head
  1741. as the disc rotates under the heads.
  1742.  
  1743. TRACK ACCESS TIME
  1744.     See AVERAGE ACCESS TIME.
  1745.  
  1746. TRACK DENSITY
  1747.     See TPI.
  1748.  
  1749. TRACK FOLLOWING SERVO
  1750.     A closed-loop positioner control system that continuously
  1751. corrects the position of the disc drive's heads by utilizing a
  1752. reference track and a feedback loop in the head positioning
  1753. system. See also CLOSED LOOP.
  1754.  
  1755. TRACK PITCH
  1756.     Distance from centerline to centerline of adjacent tracks
  1757. (TPI divided into 1.0).
  1758.  
  1759. TRACKS PER INCH
  1760.     Track density, number of tracks per inch.
  1761.  
  1762. TRACK WIDTH
  1763.     Width of data track. Also called core width of Read/Write
  1764. Head.
  1765.  
  1766. TRACK ZERO
  1767.     Track zero is the outermost data track on a disc drive. In
  1768. the ST 506 INTERFACE, the interface signal denotes that the heads
  1769. are positioned at the outermost cylinder.
  1770.  
  1771. TRACK ZERO DETECTOR
  1772.     An obsolete technology that RECALIBRATES by sensing when
  1773. infrared beams between a LED and infrared sensitive
  1774. photo-transistor are blocked by the track zero interrupter (TZI).
  1775.  
  1776. TUNNEL ERASE
  1777.     An erase scheme where both sides of the recorded data is
  1778. erased when writing data to eliminate track to track
  1779. interference. This is primarily used on floppy disk drives.
  1780.  
  1781. UNFORMATTED
  1782.     (Capacity) Drive byte capacity before formatting. Maximum
  1783. capacity of a disc drive before formatting = (bits per track) x
  1784. number of heads x # of cylinders. See MEGABYTE.
  1785.  
  1786. UPGRADE PATH
  1787.     Generally, with disc products, a family having multiple
  1788. products with varying capacities such that the system storage
  1789. capacity can increase with changing application requirements
  1790. simply using a different disc drive within the product family.
  1791.  
  1792. VERIFICATION
  1793.     This feature lets the computer go back and read what it just
  1794. wrote to disc to ensure the data was written correctly.
  1795.  
  1796. VOICE COIL MOTOR
  1797.     An electro-magnetic positioning motor in the rigid disk drive
  1798. similar to that used in audio speakers. A wire coil is placed in
  1799. a stationary magnetic field. When current is passed through the
  1800. coil, the resultant flux causes the coil to move. In a disc
  1801. drive, the CARRIAGE ASSEMBLY is attached to the voice coil motor.
  1802. Either a straight line (linear) or circular (rotary) design may
  1803. be employed to position the heads on the disc's surface.
  1804.  
  1805. VOLATILE
  1806.     Memory that will be erased if power is lost. Typically, MAIN
  1807. MEMORY is volatile, and AUXILIARY MEMORY is non-volatile and can
  1808. be used for permanent (but changeable at will) storage of
  1809. programs and data.
  1810.  
  1811. WAN
  1812.     Wide Area Network
  1813.  
  1814. WEDGE SERVO SYSTEM
  1815.     A certain part of each CYLINDER contains servo positioning
  1816. data. Gap spacing between each sector contains servo data to
  1817. maintain position on that cylinder.
  1818.  
  1819. WINCHESTER DRIVE
  1820.     A disc drive with a Winchester head and non-removable (fixed)
  1821. discs sealed in a contaminant-free housing.
  1822.  
  1823. WORD
  1824.     Number of bits processed in parallel (in a single operation)
  1825. by a CPU. Standard word lengths are 8, 16, 32, and 64 (1, 2, 4 or
  1826. 8 bytes).
  1827.  
  1828. WRITE
  1829.     To access a storage location and store data on the magnetic
  1830. surface.
  1831.  
  1832. WRITE CURRENT
  1833.     The optimum HEAD write current necessary to saturate the
  1834. magnetic media in a cell location.
  1835.  
  1836. WRITE FAULT
  1837.     Disc drive interface signal to the controller used to inhibit
  1838. further writing when a condition exists in the drive which, if
  1839. not detected, would cause improper writing on the disc.
  1840.  
  1841. XSMD
  1842.     Extended storage module drive interface.
  1843.  
  1844. ZBR (Zone Bit Recording)
  1845.     Trademark of Seagate Technology. A media optimization
  1846. technique where the number of sectors per track is dependent upon
  1847. the cylinder circumference. E.G. tracks on the outside cylinders
  1848. have more sectors per track than the inside cylinders. The ZBR
  1849. format is only done at the factory. These drives should not be
  1850. low-level formatted by the end-user.
  1851.  
  1852.  
  1853.          ****    End-of-File   FINDTYPE.DOC    ****
  1854.